projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b3798
)
(finder-commentary): Fix error message syntax.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Jun 1994 20:35:16 +0000
(20:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Jun 1994 20:35:16 +0000
(20:35 +0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 3a18d6daa931bbff96dd91123c0003e391f265ae..c13be5c92060286a4a6def9db5c7bf791e373567 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-209,7
+209,7
@@
arguments compiles from `load-path'."
(interactive)
(let* ((str (lm-commentary (finder-find-library file))))
(if (null str)
- (error "Can't find any Commentary section
.
"))
+ (error "Can't find any Commentary section"))
(pop-to-buffer "*Finder*")
(setq buffer-read-only nil)
(erase-buffer)